home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11.lha / HBBS / Commands / Level_20 < prev    next >
Text File  |  1996-11-05  |  3KB  |  127 lines

  1. ; $HBBS
  2. ; all user commands for all access levels go here, note that if a user
  3. ; command is specified in a Level_XX file the same or lower than a users
  4. ; access level then that door will be used instead of the ones in here...
  5. ;
  6. ; door options take the format
  7. ;
  8. ; <commandname>_Type_1=HBBS
  9. ; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS <options>
  10. ; <commandname>_Param_1=<params>
  11. ; <commandname>_Debug_1=YES|NO
  12. ;
  13. ; where <commandname> is what the user types in at the command prompt
  14. ; command name MUST NOT have any non-printable characters in it as well
  15. ; as spaces, and preferably no High Ascii....
  16. ; <params> are just system params you want to pass to the door
  17. ; <doordir> is where the door is located
  18. ; <doorprogram> is the filename of the door program.
  19. ; <options> are any cmd line options you want to supply to the door
  20. ; generally most doors will also want {N} {O} in the <options>
  21. ; {N} is replaced by the nodenumber
  22. ; {O} is replaced by any options the user types at the bbs prompt..
  23. ;
  24. ; say you had a door setup as follows...
  25. ;
  26. ; D_Type_1=HBBS
  27. ; D_Door_1=HBBS:Doors/User/Download.HBBS {N} {O}
  28. ; D_Param_1=IGNORE_WILDSTAR
  29. ;
  30. ; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
  31. ; run would be "HBBS:Doors/User/Download.HBBS 1 fred.zip"
  32. ; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
  33. ; get it ?
  34.  
  35. ; * No Join Conference for this user!
  36.  
  37. ;J_Type_1=HBBS
  38. ;J_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  39. ;RJ_Type_1=HBBS
  40. ;RJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  41. ;RJ_Param_1=REJOIN
  42. ;>_Type_1=HBBS
  43. ;>_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  44. ;>_Param_1=FORWARD
  45. ;<_Type_1=HBBS
  46. ;<_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  47. ;<_Param_1=BACKWARD
  48.  
  49. ; *** Mail Doors ***
  50.  
  51. R_Type_1=HBBS
  52. R_Door_1=HBBS:Doors/User/Mail/Mail_ReadUSER.HBBS {N} {O}
  53.  
  54. MS_Type_1=HBBS
  55. MS_Door_1=HBBS:Doors/User/Mail/Mail_Scan.HBBS {N} {O}
  56.  
  57. ; *** Toy Doors ***
  58.  
  59. WALL_Type_1=HBBS
  60. WALL_Door_1=HBBS:Doors/User/Wall/Wall.HBBS {N} {O}
  61.  
  62. WHO_Type_1=HBBS
  63. WHO_Door_1=HBBS:Doors/User/Who/Who.HBBS {N} {O}
  64.  
  65. ; *** File Doors ***
  66.  
  67. D_Type_1=HBBS
  68. D_Door_1=HBBS:Doors/User/Download/Download.HBBS {N} {O}
  69. D_Type_2=SSCREEN
  70. D_Door_2=QuickStats
  71.  
  72. F_Type_1=HBBS
  73. F_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  74. F_Param_1=LIST
  75.  
  76. Z_Type_1=HBBS
  77. Z_Door_1=HBBS:Doors/User/Zippy/TeppicZippy.HBBS {N} {O}
  78.  
  79. V_Type_1=HBBS
  80. V_Door_1=HBBS:Doors/User/View/TeppicView.HBBS {N} {O}
  81.  
  82. FR_Type_1=HBBS
  83. FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  84. FR_Param_1=REVERSE
  85.  
  86. N_Type_1=HBBS
  87. N_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  88. N_Param_1=NEW
  89.  
  90. A_Type_1=HBBS
  91. A_Door_1=HBBS:Doors/User/CheckTags/CheckTags.HBBS {N} {O}
  92.  
  93. QS_Type_1=SSCREEN
  94. QS_Door_1=QuickStats
  95.  
  96. Q_Type_1=SCREEN
  97. Q_Door_1=HBBS:Screens/Special/QuickStats.TXT
  98.  
  99. ; *** Misc doors ***
  100.  
  101. OLM_Type_1=HBBS
  102. OLM_Door_1=HBBS:Doors/User/OnLineMessage/OnLineMessage.HBBS {N} {O}
  103.  
  104. W_Type_1=HBBS
  105. W_Door_1=HBBS:Doors/User/UserSettings/UserSettings.HBBS {N} {O}
  106.  
  107. ; *** Other Doors ***
  108.  
  109. ;  Just my little jokes...
  110. HELP_Type_1=ECHO
  111. HELP_Door_1=Why should I ?
  112.  
  113. SHELL_Type_1=ECHO
  114. SHELL_Door_1=A very hard skin that some animals use for protection
  115.  
  116. NSTATS_Type_1=SSCREEN
  117. NSTATS_Door_1=NodeStats_{N}
  118.  
  119. ;
  120. ;
  121. ;
  122. ; *** Add Your Doors Here ^^^ ***
  123.  
  124. ; The following doors are should not be used by anyone
  125. ; except the person writing the doors. I.E.  ME :-)
  126.  
  127.